/* 公共样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body{
	height: 100%;
}

a{
	text-decoration: none;
	color: #000000;
}

li{
	list-style: none;
}

input{
	outline: none;
	border: 0;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clear-both::after {
	content: "";
	display: block;
	clear: both;
}

img{
	vertical-align: middle!important;
}
@font-face{        /*声明字体 引用字体*/
						font-family:"icomoon";
						src:url('../fonts/icomoon.eot');
						src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
						url('../fonts/icomoon.woff') format('woff'),
						url('../fonts/icomoon.ttf')  format('truetype'),
						url('../fonts/icomoon.svg#SofiaProLight')  format('svg');
						font-weight:normal;
						font-style:normal;  /* 倾斜字体正常 */
				
						}
						i{
							font-family: "icomoon";
							font-style: normal;
						}